home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet News 2001 March
/
Internet News 2001-03 - CD-ROM.rar
/
IN200103.ISO
/
Linux
/
ETLinux
/
_7eboot-0.70a.flp
/
init
/
PRE-NET
< prev
Wrap
Text File
|
2000-03-06
|
382b
|
18 lines
# here is where you would install kernel modules
# insmod epic100
#mount -t msdos /dev/fd0 /boot
#if [ -f /boot/conf/first ] ### System has never booted before
#then
# umount /boot
# echo "Configuring Trinux for the first time...."
# echo
# . /boot/init/config
#fi
echo "Bringing up loopback device..."
ifconfig lo 127.0.0.1 up
route add -net 127.0.0.0 netmask 255.0.0.0 lo